home *** CD-ROM | disk | FTP | other *** search
- name Deckel Dialog 4 Plane G17
-
- % >4
- b >4
- Q 00
- N >5
- G >2
- F >3.1
- f >3.1 F
- S +->4
- X +->3.>4
- x +->3.>4 X
- Y +->3.>4
- y +->3.>4 Y
- o +->3.>4 mult -1
- q +->3.>4 mult -1
- a +->3.>4
- z +->3.>4 Z
- g >2
- r >3.>4
- u +->3.>3 add -2
- Z +->3.>4
- I +->3.>4
- J +->3.>4
- K +->3.>4
- B +->3.>4
- T >2
- M >2
- W 00
- O 00
-
- ModalLetters X Y Z F # List of letters that are modal
-
- ModalGs # List of g codes that are modal
-
- Sequence#s N 0 1 1 # Char, freq, incr & start
- First#? N # Y or N 'Output 1st sequence no.
- Last#? N # Y or N 'Output last sequence no.
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- Dcode Z # Depth char.
- FeedCode F # Feed rate char.
-
- Comment ( ) # Begin End comment char.
-
- Spindle 3 4 5 # Cw, ccw & stop m codes
- Coolant 8 9 8 # On, Off & Mist m codes
- DComp 41 42 40 # Left, Right & Cancel m codes
- LComp 43 49 # On & Off codes
- Rapid G0 # Rapid positioning word
-
- Spaces? Y # Y or N 'Spaces between words
- Incremental? N # Y or N 'Inc or abs output
- CtrIncremental? Y # Y or N 'Inc or abs I & J
- ByQuadrants? N # Y or N 'Break arcs at quadrants
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
- Helical? N
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
- Drill 2 # Drilling canned/manual cycle
- N[Block] G0 x[H] z[Rplane] y[V]
- N[BLOCK] G81 S[Speed] f[Frate] o[Depth] u[Rplane]
- end
-
- Peck 2 # Pecking canned/manual cycle
- N[Block] G0 x[H] z[Rplane] y[V]
- N[BLOCK] G83 S[Speed] f[Frate] o[Depth] q[VBite] a[-1] z[-0.01] u[Rplane]
- end
-
- Tap 2 # Tapping canned/manual cycle
- N[Block] G0 x[H] z[Rplane] y[v]
- N[BLOCK] G84 S[Speed] f[Frate] o[Depth] u[Rplane]
- end
-
- Ream 2 # Reaming canned/manual cycle
- N[Block] G0 x[H] z[Rplane] y[v]
- N[BLOCK] G85 S[Speed] f[Frate] o[Depth] u[Rplane]
- end
-
- Bore 2 # Boring canned/manual cycle
- N[Block] G0 x[H] z[Rplane] y[V]
- N[BLOCK] G82 S[Speed] f[Frate] o[Depth] q[VBite] a1 u[Rplane]
- end
-
- Back 2 # Back boring canned/manual cycle
- N[Block] G0 x[H] z[Rplane] y[V]
- N[BLOCK] G86 S[Speed] f[Frate] o[Depth] u[Rplane]
- end
-
- Cancel # Cancel a canned/manual cycle
- N[Block] G80
- end
-
- StartCode # Start of the program
- %[Program#]
- b[Program#] Q0
- End
-
- 1stToolChange # First tool change
- N[Block] G17 T[Tool]
- N[Block] G0 X[H] Y[V] S[Speed] f[FRate] M[Cool]
- N[Block] G0 Z[D]
- End
-
- Infeed # Enable cutter comp
- N[Block] G1 Z[D] F[Plunge]
- N[Block] G[Side] X[H] Y[V] F[FRate]
- end
-
- Outfeed # Disable cutter comp
- N[Block] G40
- N[Block] G1 X[H] Y[V]
- end
-
- ToolChange # Secondary tool changes
- N[Block] G0 Z[ToolD] M9
- N[Block] T[Tool]
- N[Block] G0 X[H] Y[V] S[Speed] f[FRate] M[Cool]
- N[Block] G0 Z[D]
- End
-
- EndCode # End of the program
- N[Block] G0 Z[ToolD] M9
- N[Block] M30
- W0
- O0
- End
-
- LineCode # Linear move
- N[Block] G1 X[H] Y[V] Z[D]
- end
-
- RapidCode # Rapid move
- N[Block] G0 X[H] Y[V] Z[D]
- end
-
- CwCode # CW circular move
- N[Block] G2 F[FRate] X[H] Y[V] I[IVal] J[JVal]
- end
-
- CcwCode # CCW circular move
- N[Block] G3 F[FRate] X[H] Y[V] I[IVal] J[JVal]
- end
-
- Replace "g" with "G"
- Replace "r" with "F"
- Replace "o" with "Z"
- Replace "q" with "Z"
- Replace "a" with "Z"
- Replace "u" with "Z"
- Replace "b" with "(&%"
- Replace "Q" with "/000000)"
- Replace "W" with "?"
- Replace "O" with "0000"
-